Skip to content

Add GitHub Actions CI for pytest#42

Merged
njaltran merged 1 commit into
mainfrom
ci/pytest-workflow
Jul 5, 2026
Merged

Add GitHub Actions CI for pytest#42
njaltran merged 1 commit into
mainfrom
ci/pytest-workflow

Conversation

@njaltran

@njaltran njaltran commented Jul 5, 2026

Copy link
Copy Markdown
Owner

What

Adds a GitHub Actions workflow that runs the pytest suite on push/PR to main.

Changes

  • .github/workflows/tests.yml: uv sync (--frozen) + uv run pytest tests/ on ubuntu-latest, Python 3.13. Slow tests deselected by default per existing pyproject markers config.

Verification

  • Ran uv sync --frozen + uv run pytest tests/ locally against main — 55 passed, 2 deselected.

Runs uv sync + pytest tests/ on push/PR to main, deselecting slow tests by default per pyproject markers config.
Copilot AI review requested due to automatic review settings July 5, 2026 13:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@njaltran njaltran merged commit 44fea03 into main Jul 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants